ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc.Finance Assembly / C1.Web.Mvc.Finance Namespace / FinancialChart<T> Class / Series Property

In This Topic
    Series Property (FinancialChart<T>)
    In This Topic
    Gets the collection of series objects.
    Syntax
    'Declaration
     
    Public ReadOnly Property Series As IList(Of ChartSeriesBase(Of T))
    public IList<ChartSeriesBase<T>> Series {get;}
    See Also